home *** CD-ROM | disk | FTP | other *** search
- -- card: 3174 from stack: in.0
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 2799
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=131 top=70 right=99 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 24
- -- style flags: 0
- -- line height: 32
- -- part name: Card Name (4)
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=17 top=111 right=145 bottom=55
- -- title width / last selected line: 0
- -- icon id / first selected line: 1006 / 1006
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quit
- ----- HyperTalk script -----
- on mouseUp
- Answer "Quit! Are you sure?" with "No" or "Yes"
- if it is "Yes" then DoMenu Quit HyperCard
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=17 top=147 right=181 bottom=55
- -- title width / last selected line: 0
- -- icon id / first selected line: 1008 / 1008
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Print Card
- ----- HyperTalk script -----
- on mouseUp
- DoMenu Print Stack...
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=17 top=183 right=217 bottom=55
- -- title width / last selected line: 0
- -- icon id / first selected line: 32462 / 32462
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- Go to stack "Help"
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=17 top=219 right=253 bottom=55
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quick Cards
- ----- HyperTalk script -----
- on mouseUp
- push card
- Show all cards
- pop card
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=17 top=255 right=289 bottom=55
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Recent
- ----- HyperTalk script -----
- on mouseUp
- doMenu Recent
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=176 top=111 right=145 bottom=214
- -- title width / last selected line: 0
- -- icon id / first selected line: 17343 / 17343
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Transfer
- ----- HyperTalk script -----
- on mouseUp
- Open Your Application
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=176 top=147 right=181 bottom=214
- -- title width / last selected line: 0
- -- icon id / first selected line: 1007 / 1007
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Print Report
- ----- HyperTalk script -----
- on mouseUp
- DoMenu Print Report...
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=176 top=183 right=217 bottom=214
- -- title width / last selected line: 0
- -- icon id / first selected line: 18814 / 18814
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: UserLevel
- ----- HyperTalk script -----
- on mouseUp
- show background field "US"
- Ask "Set User Level to:" with "5"
- set UserLevel to it
- hide background field "US"
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=176 top=219 right=253 bottom=214
- -- title width / last selected line: 0
- -- icon id / first selected line: 1000 / 1000
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Open Stack
- ----- HyperTalk script -----
- on mouseUp
- doMenu Open Stack...
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=176 top=255 right=289 bottom=214
- -- title width / last selected line: 0
- -- icon id / first selected line: 17481 / 17481
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Open Card
- ----- HyperTalk script -----
- on mouseUp
- Ask "Goto Card Number:" with "1"
- go to card it
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=326 top=111 right=145 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 3430 / 3430
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Card
- ----- HyperTalk script -----
- on mouseUp
- set UserLevel to 5
- doMenu New Card
- set UserLevel to 5
- end mouseUp
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=326 top=147 right=181 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 1009 / 1009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: About HyperCard
- ----- HyperTalk script -----
- on mouseUp
- doMenu About HyperCard...
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=326 top=183 right=217 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 10610 / 10610
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Dial
- ----- HyperTalk script -----
- on mouseUp
- Answer "Shall I Dial Through:" with "Speaker" or "Modem"
- if it is "Modem" then
- Ask "Dial the number:" with ""
- dial it with modem "ATDT"
- End If
-
- If it is "Speaker" then
- Ask "Dial the number:" with ""
- dial it
- End If
-
- End MouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=326 top=219 right=253 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 11645 / 11645
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Stack Info
- ----- HyperTalk script -----
- on mouseUp
- set UserLevel to 5
- doMenu Stack Info...
- set UserLevel to 1
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=326 top=255 right=278 bottom=361
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 17 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=56 top=112 right=295 bottom=480
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 4
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Decription
-
-
- -- part contents for background part 3
- ----- text -----
- 7:28 PM
-
- -- part contents for background part 2
- ----- text -----
- Saturday, December 19, 1987
-
- -- part contents for background part 1
- ----- text -----
- Card:
-
- -- part contents for background part 5
- ----- text -----
- 4
-
- -- part contents for card part 1
- ----- text -----
- Button Reference
-
- -- part contents for card part 17
- ----- text -----
-
- Quit to Finder Transfer to Appl New Card
-
-
- Print Stack Print Report About HyperCard
-
-
- Help Stack Set UserLevel Dial the Phone
-
-
- Quick Browse Open Stack Show Stack Info
-
-
- Goto Recent Card Goto Card Goto Home Stack
- Also Try the Buttons at the Bottom Corners of the Screen
-
-
- -- part contents for background part 45
- ----- text -----
- Total Cards:
-
- -- part contents for background part 43
- ----- text -----
- 8
-
- -- part contents for background part 42
- ----- text -----
- Typing